home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / VB98 / WIZARDS / FLEXWIZ.OCX / 1033 / string.txt next >
Encoding:
Text File  |  1998-06-24  |  3.1 KB  |  84 lines

  1. 1    *** Do *NOT* Localize any string that starts with '***'. 
  2. 2    *** They are comments to be used by localizers to identify sections.
  3. 3    *** They also mark the beginning of a new 'section' within the String Table.
  4. 10    MSFlexGrid Wizard
  5. 15    MSFlexGrid Wizard...
  6. 1000    Introduction
  7. 1002    The MSFlexGrid Wizard will help you create an MSFlexGrid.
  8. 1005    Are you sure you want to exit MSFlexGrid Wizard?
  9. 2000    Select Grid Type
  10. 2010    Select the type of grid you want to use.
  11. 2020    Grid type
  12. 2030    &Standard
  13. 2035    Standard:  A simple grid type that displays your records in a datasheet.
  14. 2040    &Outline
  15. 2045    Outline:  A grid type that automatically merges, and groups your data.
  16. 2050    Description:
  17. 2100    Set Appearance Style
  18. 2110    Choose a grid style.
  19. 2120    &Grid style:
  20. 2130    Classic
  21. 2135    Professional
  22. 2140    Contemporary
  23. 2145    Win32 Application
  24. 2160    Customize...
  25. 2200    Set Column Settings
  26. 2210    Set Column Order by dragging and dropping the columns below.
  27. 2220    Set Column Width by dragging the column borders.  Drag to zero to make column invisible.
  28. 2300    Set Application UI Options
  29. 2310    Select which User Interface options you would like.
  30. 2320    Options
  31. 2330    Allow Column &Dragging
  32. 2340    Allow &Column Dragging and Sorting
  33. 2350    Allow User &Sorting
  34. 2360    Enable column sorting by double clicking on the column headers
  35. 2370    Edit column headers by double clicking on a header and typing.
  36. 3000    Finished!
  37. 3001    The MSFlexGrid Wizard is finished collecting information.
  38. 3002    &Close
  39. 4001    Wizard Report
  40. 10000    MSFlexGrid Created
  41. 10001    The MSFlexGrid has been created.
  42. 10002    Don't show this dialog in the future.
  43. 10003    OK
  44. 30000    Incomplete Data.
  45. 30001    You must ... before you can continue.
  46. 40001    variables for data binding
  47. 40002    variables for enabling column sort
  48. 40003    variables for column dragging
  49. 40004    set strings
  50. 40005    open connection
  51. 40006    create a recordset using the provided collection
  52. 40007    place the columns in the right order
  53. 40008    loop to re-order the columns
  54. 40009    set grid's column widths
  55. 40010    set grid's column merging and sorting
  56. 40011    set grid's style
  57. 40012    make header bold
  58. 40013    grey every other row
  59. 40014    light grey
  60. 40015    grey every other column
  61. 40016    code in grid's DragDrop, MouseDown, MouseMove, and MouseUp events enables column dragging
  62. 40017    we weren't dragging
  63. 40018    clear drag flag
  64. 40019    test to see if we should start drag
  65. 40020    wrong button
  66. 40021    already dragging
  67. 40022    if got to here then start the drag
  68. 40023    must drag header
  69. 40024    didn't move enough yet
  70. 40025    code in grid's DblClick event enables column sorting
  71. 40026    sort only when a fixed row is clicked
  72. 40027    save old column
  73. 40028    set new column
  74. 40029    increment sort type
  75. 40030    if clicking on a new column, start with ascending sort
  76. 40031    if clicking on the same column, toggle between ascending and descending sort
  77. 40032    does Exchange-type sort on column m_iSortCol
  78. 40033    move Close button to the lower right corner
  79. 40034    avoid error on negative values
  80. 40035    in Twips
  81. 40036    modify column's headers
  82. 40037    find the highest value starting from this column
  83. 40038    move the column with the max value to the left
  84.